1 namespace Fingerprint_Recognition_Project
2 {
3     
partial class Form2
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.panel2 = new System.Windows.Forms.Panel();
32             
this.groupBox2 = new System.Windows.Forms.GroupBox();
33             
this.textBox2 = new System.Windows.Forms.TextBox();
34             
this.textBox1 = new System.Windows.Forms.TextBox();
35             
this.groupBox1 = new System.Windows.Forms.GroupBox();
36             
this.panel3 = new System.Windows.Forms.Panel();
37             
this.panel4 = new System.Windows.Forms.Panel();
38             
this.label2 = new System.Windows.Forms.Label();
39             
this.panel2.SuspendLayout();
40             
this.groupBox2.SuspendLayout();
41             
this.panel4.SuspendLayout();
42             
this.SuspendLayout();
43             
//
44             
// panel2
45             
//
46             
this.panel2.Controls.Add(this.panel4);
47             
this.panel2.Controls.Add(this.panel3);
48             
this.panel2.Controls.Add(this.groupBox2);
49             
this.panel2.Controls.Add(this.groupBox1);
50             
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
51             
this.panel2.Location = new System.Drawing.Point(0, 0);
52             
this.panel2.Name = "panel2";
53             
this.panel2.Size = new System.Drawing.Size(548, 428);
54             
this.panel2.TabIndex = 0;
55             
//
56             
// groupBox2
57             
//
58             
this.groupBox2.Controls.Add(this.textBox2);
59             
this.groupBox2.Controls.Add(this.textBox1);
60             
this.groupBox2.Location = new System.Drawing.Point(0, 95);
61             
this.groupBox2.Name = "groupBox2";
62             
this.groupBox2.Size = new System.Drawing.Size(347, 277);
63             
this.groupBox2.TabIndex = 2;
64             
this.groupBox2.TabStop = false;
65             
this.groupBox2.Text = "Enroll User";
66             
//
67             
// textBox2
68             
//
69             
this.textBox2.Location = new System.Drawing.Point(30, 106);
70             
this.textBox2.Name = "textBox2";
71             
this.textBox2.Size = new System.Drawing.Size(293, 20);
72             
this.textBox2.TabIndex = 1;
73             
//
74             
// textBox1
75             
//
76             
this.textBox1.Location = new System.Drawing.Point(30, 55);
77             
this.textBox1.Name = "textBox1";
78             
this.textBox1.Size = new System.Drawing.Size(293, 20);
79             
this.textBox1.TabIndex = 0;
80             
//
81             
// groupBox1
82             
//
83             
this.groupBox1.Location = new System.Drawing.Point(353, 77);
84             
this.groupBox1.Name = "groupBox1";
85             
this.groupBox1.Size = new System.Drawing.Size(183, 277);
86             
this.groupBox1.TabIndex = 1;
87             
this.groupBox1.TabStop = false;
88             
this.groupBox1.Text = "Finger Image";
89             
//
90             
// panel3
91             
//
92             
this.panel3.BackColor = System.Drawing.Color.Maroon;
93             
this.panel3.Location = new System.Drawing.Point(0, 394);
94             
this.panel3.Name = "panel3";
95             
this.panel3.Size = new System.Drawing.Size(548, 34);
96             
this.panel3.TabIndex = 2;
97             
//
98             
// panel4
99             
//
100             
this.panel4.BackColor = System.Drawing.Color.Maroon;
101             
this.panel4.Controls.Add(this.label2);
102             
this.panel4.Location = new System.Drawing.Point(0, 0);
103             
this.panel4.Name = "panel4";
104             
this.panel4.Size = new System.Drawing.Size(548, 34);
105             
this.panel4.TabIndex = 3;
106             
//
107             
// label2
108             
//
109             
this.label2.AutoSize = true;
110             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
111             
this.label2.ForeColor = System.Drawing.Color.White;
112             
this.label2.Location = new System.Drawing.Point(138, 3);
113             
this.label2.Name = "label2";
114             
this.label2.Size = new System.Drawing.Size(273, 29);
115             
this.label2.TabIndex = 1;
116             
this.label2.Text = "Finger Print Recognizer ";
117             
//
118             
// Form2
119             
//
120             
this.ClientSize = new System.Drawing.Size(548, 428);
121             
this.Controls.Add(this.panel2);
122             
this.MaximizeBox = false;
123             
this.MinimizeBox = false;
124             
this.Name = "Form2";
125             
this.Load += new System.EventHandler(this.Form2_Load);
126             
this.panel2.ResumeLayout(false);
127             
this.groupBox2.ResumeLayout(false);
128             
this.groupBox2.PerformLayout();
129             
this.panel4.ResumeLayout(false);
130             
this.panel4.PerformLayout();
131             
this.ResumeLayout(false);
132
133         }
134
135         
#endregion
136
137         
private System.Windows.Forms.Panel panel1;
138         
private System.Windows.Forms.Button btnMatch;
139         
private System.Windows.Forms.Button btnLoadQueryImg;
140         
private System.Windows.Forms.Button btnLoadTemplateImg;
141         
private System.Windows.Forms.PictureBox pbxTemplateImg;
142         
private System.Windows.Forms.PictureBox pbxQueryImg;
143         
private System.Windows.Forms.OpenFileDialog openFileDialog1;
144         
private System.Windows.Forms.Panel panel2;
145         
private System.Windows.Forms.GroupBox groupBox2;
146         
private System.Windows.Forms.TextBox textBox2;
147         
private System.Windows.Forms.TextBox textBox1;
148         
private System.Windows.Forms.GroupBox groupBox1;
149         
private System.Windows.Forms.Panel panel3;
150         
private System.Windows.Forms.Panel panel4;
151         
private System.Windows.Forms.Label label2;
152     }
153 }


Gõ tìm kiếm nhanh...